The vector calculator allows the calculation of the cross product of two vectors online from their coordinates.
The cross product calculator is able to perform calculations by specifying the calculation steps, the vectors can have coordinates also well numeric than literal.
In an orthonormal coordinate system (O,`vec(i)`,`vec(j)`,`vec(k)`), the cross product of vectors `vec(u)(x,y,z)` and `vec(v)(x',y',z')` has coordinates `(yz'-zy',zx'-xz',xy'-yx')`, it notes `vec(u)^^vec(v)`.
The calculation of the cross product of two vectors online is done very quickly, with the cross product calculator, just enter the coordinates of the two vectors and then click the button that allows to perform the calculation of the vector product. To calculate the cross product of the following vectors `vec(u)` [1;1;1] et `vec(v)` [5;5;6] , enter the expression cross_product(`[1;1;1];[5;5;6]`) after calculation the résults [1;-1;0] is returned.
cross_product(vector;vector)
This example shows how to use the cross product calculator :
cross_product(`[1;1;1];[5;5;6]`), returns [1;-1;0]